home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 7445 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: mail2news.demon.co.uk!dookie.demon.co.uk
  2. From: Jonathan Belson <jon@dookie.demon.co.uk>
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Help with SAS functions...
  5. Date: Mon, 15 Apr 96 21:00:16 GMT
  6. Organization: a Graveyard of Empty Bottles
  7. Message-ID: <9604152100.AA0024q@dookie.demon.co.uk>
  8. References: <9604132054.AA0023x@dookie.demon.co.uk> <DpwLMv.Iy4@unx.sas.com>
  9. X-NNTP-Posting-Host: dookie.demon.co.uk
  10. X-Newsreader: TIN [AMIGA 1.3 950726BETA PL0]
  11. X-Mail2News-Path: relay-4.mail.demon.net!post.demon.co.uk!dookie.demon.co.uk
  12.  
  13. Doug Walker (walker@chang.unx.sas.com) wrote:
  14. : Jonathan Belson  <jon@dookie.demon.co.uk> wrote:
  15. : >
  16. : >I'm trying to convert some SAS source to compile under GNU. The problem is,
  17. : >there are two 'SAS-isms' that I can't decypher:
  18. : >
  19. : >What is PID2?
  20. : >
  21. : >What does drand48() do?
  22. :
  23. : drand48() is a UNIX compatibility function and should be available with
  24. : the GCC libraries.
  25. :
  26. : I've never heard of PID2.  Are you sure it's a SAS/C function?
  27.  
  28. Not a function, sorry, presumably it's a constant. I searched all the
  29. source but could find no other reference to it.
  30.  
  31. C-YA
  32. Jon
  33.